addFrom

open infix fun addFrom(other: Map<String, String>)
open infix fun addFrom(other: Iterable<Pair<String, String>>)

Add multiple headers.

See also